home *** CD-ROM | disk | FTP | other *** search
/ PC Format 8 (5.25") / PC Format - Issue 8 May 1992 - Disk 1.ima / PCF.BAT < prev    next >
DOS Batch File  |  1992-03-18  |  705b  |  63 lines

  1. echo off
  2. cls
  3. disp pcfiss8 1
  4.  
  5. :start
  6. nocurs
  7. disp pcfiss8 2
  8. getkey evx
  9.  
  10. if errorlevel 3 goto quit
  11. if errorlevel 2 goto virus
  12. if errorlevel 1 goto elf
  13.  
  14. :elf
  15. disp elf 2
  16. getkey iem
  17.  
  18. if errorlevel 3 goto start
  19. if errorlevel 2 goto elf1
  20. if errorlevel 1 goto install
  21.  
  22. :elf1
  23. elf
  24. goto start
  25.  
  26. :install
  27. install
  28. goto start
  29.  
  30. :virus
  31. disp virus 2
  32. getkey cbam
  33.  
  34. if errorlevel 4 goto start
  35. if errorlevel 3 goto ain
  36. if errorlevel 2 goto bin
  37. if errorlevel 1 goto cin
  38.  
  39. :ain
  40. cls
  41. copy tbscnX26.* a:
  42. pause
  43. goto start
  44.  
  45. :bin
  46. cls
  47. copy tbscnX26.* b:
  48. pause
  49. goto start
  50.  
  51. :cin
  52. cls
  53. md c:\utils
  54. copy tbscnx26.* c:\utils
  55. pause
  56. goto start
  57.  
  58. :quit
  59. cls
  60. disp pcfend 1
  61. pause
  62. cursor
  63. cls